PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / scale Method
The value by which to scale this matrix in the x-axis direction.
The value by which to scale this matrix in the y-axis direction.
In This Topic
    scale Method
    In This Topic
    Applies the specified scale vector to this Matrix by prepending the scale vector.
    Syntax
    public void scale( 
       double sx,
       double sy
    )

    Parameters

    sx
    The value by which to scale this matrix in the x-axis direction.
    sy
    The value by which to scale this matrix in the y-axis direction.
    See Also